main{
	padding: 0;
}

header{
	position: sticky;
	top:0;
	padding:0px;
	background:linear-gradient(to bottom, #ee1eb5 0%, #fdeaf7 90%);
	text-align: center;
	font-family: 'Niconne', cursive;
}
	
content > div {
	height: 50px;
}

body { 
	margin:0;
	background-color: #fdeaf7;
	font-family: Arial;
	font-size:16px;
}

.pinktowhite
{
	background:linear-gradient(to right, #fe5ed5 0%, #fdeaf7 90%) !important;
}

.whitetopink
{
	background:linear-gradient(to bottom,  #fdeaf7 0%, #fe5ed5 90%) !important;	
}

.menubutton {
	font-family: "Helvetica Neue","Helvetica","Roboto","Arial","sans-serif";
	font-size:24px;
	font-weight:bold;
	/*	color: #ee1eb5;	*/
	color: #FFFFFF;	
	padding:6px 24px;
	cursor:pointer;
	text-decoration: none;
	font-weight: 1500;
    text-shadow:
    /* Outline */
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000,  
    -2px 0 0 #000000,
    2px 0 0 #000000,
    0 2px 0 #000000,
    0 -2px 0 #000000; 

}


.menubutton:hover
{
	text-decoration: underline;
}


.quote
{
	font-family: "Helvetica Neue","Helvetica","Roboto","Arial","sans-serif";
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	padding : 20px;
	text-align: center;
	background-color: #f7b1e4;
}

.shadow {
	box-shadow: 10px 10px 5px grey;
  }

.border {
	border-width: 1px; border-color: #ee1eb5; border-style: solid; border-radius: 30px
}  


.dinnersection
{
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	margin: 5px 5px 5px 1px;
}

.dinneritem
{
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin: 15px 5px 5px 15px;
}

.dinnerdesc
{
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	
	margin: 0px 5px 0px 50px;
}

.dinnerprice
{
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	
	margin: 0px 5px 0px 5px;
}

.tight
{
	margin: 0px 0px 0px 0px;
}

.blink {
	animation: blinker 2s infinite;
}
  
@keyframes blinker {
	from { opacity: 1.0; }
	50% { opacity: 0.0; }
	to { opacity: 1.0; }
}